home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / nicks < prev    next >
Text File  |  2001-03-21  |  858b  |  27 lines

  1. Synopsis:
  2.    load nicks
  3.  
  4. Description:
  5.    This script allows the user to assign aliases to other users' nicknames,
  6.    such that one only needs to type a short name when sending a MSG or
  7.    initiating a QUERY.  All one needs to do is ASSIGN the person's real
  8.    nickname to a variable with a shorter name, than messages may be sent
  9.    to the variable name.
  10.  
  11. Examples:
  12.    To alias SomeBigNicknameOnDALnet's nick to something easier to handle:
  13.       /assign sbn SomeBigNicknameOnDALnet
  14.       /msg sbn hi there!
  15.  
  16. See Also:
  17.    assign(5); load(5); msg(1); query(1)
  18.  
  19. Bugs:
  20.    The nature of this script is such that it will expand any variable name,
  21.    not just those that were intended to be nickname aliases.  Care should
  22.    be taken to avoid misdirecting messages.
  23.  
  24. Other Notes:
  25.    This script was written by Mike Sandrof (BigCheese).
  26.  
  27.